home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / WINFAX / WINFAX80.EXE / faxback2.vm_ / faxback2.vm
Text File  |  1997-02-21  |  3KB  |  143 lines

  1. ; FAXBACK2.VMU
  2. ;
  3. ; This is the faxback script. 
  4. ; It is the successor to FAXBACK.VMU
  5. ;
  6. ; FAXBACK2.VMU has better support for ONELINE vs. TWOLINE mode.
  7. ;
  8. ; TWOLINE mode means that the user will supply a phone number to send the fax to. 
  9. ; ONELINE mode means that the user is calling from a Fax Phone and the fax will 
  10. ;    be sent to that machine at the end of the session. 
  11. ;
  12. ; EITHERLINE mode means that the user will be prompted for ONELINE or TWOLINE mode. 
  13. ;
  14. ;
  15. ; FAXBACK2.VMU supports both North America and "Rest of World" dialing.
  16. ;         For North America it asks for 10 digits including the Area Code.
  17. ;         For "Rest of World" it asks for up to 16 digits followed by a delay. 
  18. ;
  19. ; This script takes two parmameters: 
  20. ;   $1 - Line Mode which will have one of the following  values: 
  21. ;       ONELINE 
  22. ;       TWOLINE
  23. ;       EITHERLINE 
  24. ;
  25. ;   $2 - Locale 
  26. ;      NORTHAMERICA 
  27. ;      RESTOFWORLD
  28. ;
  29. ; This file is a new version as it requires a new parameter to be added to the end.
  30. ;
  31.  
  32. [STARTUP]
  33. Prompt=
  34. Action=noaction
  35. Default=$1
  36. Delay=0
  37.  
  38. [EITHERLINE]
  39. Prompt=V\FODLINE
  40. Action=play
  41. Default=EITHERLINE
  42. Delay=3
  43. Retries=3
  44. Menu01=ONELINE
  45. Menu02=TWOLINE
  46. Dialtone=Goodbye_body
  47. Handsetup=Goodbye_body
  48.  
  49. [SOFTABORT]
  50. Prompt=
  51. Action=exit
  52. Default=
  53. Delay=0
  54.  
  55. [ONELINE]
  56. Prompt=V\STARTFAX.
  57. Action=play
  58. Default=FAXMODE
  59. Delay=1
  60. Dialtone=Goodbye_body
  61. Handsetup=Goodbye_body
  62.  
  63. ; Same line fax back will hang up the line afterwards...
  64. [FAXMODE]
  65. Prompt=
  66. Action=faxmode
  67. Default=WAVE_BYE
  68. Delay=0
  69.  
  70. [TWOLINE]
  71. Prompt=$FAXBACK_TWOLINE_Prompt
  72. Action=capturedigits
  73. Default=TWOLINE
  74. Delay=30
  75. Retries=3
  76. Value=30
  77. Menu00=FAXVERIFY
  78. Menu14=Return
  79. Menu15=FAXVERIFY
  80. Dialtone=Goodbye_body
  81. Handsetup=Goodbye_body
  82.  
  83. [FAXVERIFY]
  84. Prompt=V\FODENTR+$tones
  85. Action=play
  86. Default=ClearBuffer
  87. Delay=0
  88. Retries=3
  89. Dialtone=Goodbye_body
  90. Handsetup=Goodbye_body
  91.  
  92. [ClearBuffer]
  93. Prompt=clear
  94. Action=NoAction
  95. Default=FAXVERIFY2
  96. Delay=0
  97.  
  98. [FAXVERIFY2]
  99. Prompt=V\FODENTRQ
  100. Action=play
  101. Default=FAXVERIFY2
  102. Delay=2
  103. Retries=3
  104. Menu01=FAXOK
  105. Menu02=TWOLINE
  106. Menu14=Return
  107. Menu15=WAVE_BYE
  108. Dialtone=Goodbye_body
  109. Handsetup=Goodbye_body
  110.  
  111. [FAXOK]
  112. Prompt=$tones
  113. Action=nanumber
  114. Default=FAXQUEUED
  115. Delay=0
  116.  
  117. [FAXQUEUED]
  118. Prompt=V\FOD2LINE
  119. Action=play
  120. Default=WAVE_BYE
  121. Delay=0
  122. Menu14=Return
  123. Menu15=WAVE_BYE
  124. Dialtone=Goodbye_body
  125. Handsetup=Goodbye_body
  126.  
  127. [WAVE_BYE]
  128. Prompt=V\GOODBYE.
  129. Action=play
  130. Default=GOODBYE_BODY
  131. Delay=0
  132.  
  133. [GOODBYE_BODY]
  134. Prompt=
  135. Action=hangup
  136. Default=
  137. Delay=0
  138.  
  139. [Return]
  140. Action=ReturnMenu
  141. Prompt=Save
  142. Default=
  143.